πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Model.md by @KGBicheno β˜†

model

Go back to the [[AI Glossary]]

The representation of what a machine learning system has learned from the training data. Within TensorFlow, model is an overloaded term, which can have either of the following two related meanings:

The TensorFlow graph that expresses the structure of how a prediction will be computed.
The particular weights and biases of that TensorFlow graph, which are determined by training.